Skip to content

Commit

Permalink
Bump the all group in /tekton/images/tkn with 2 updates
Browse files Browse the repository at this point in the history
Bumps the all group in /tekton/images/tkn with 2 updates: golang and alpine.


Updates `golang` from `6522f0c` to `ace6cc3`

Updates `alpine` from `77726ef` to `b89d9c9`

---
updated-dependencies:
- dependency-name: golang
  dependency-type: direct:production
  dependency-group: all
- dependency-name: alpine
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: all
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and tekton-robot committed Jul 30, 2024
1 parent 5cbf1d6 commit 2b0d40a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tekton/images/tkn/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
FROM golang:1.22-alpine@sha256:6522f0ca555a7b14c46a2c9f50b86604a234cdc72452bf6a268cae6461d9000b as build
FROM golang:1.22-alpine@sha256:0d3653dd6f35159ec6e3d10263a42372f6f194c3dea0b35235d72aabde86486e as build
LABEL description="Build container"

ARG TKN_VERSION=0.37.0
Expand All @@ -20,7 +20,7 @@ RUN ARCH=$(uname -m) \
&& wget -O- https://github.com/tektoncd/cli/releases/download/v${TKN_VERSION}/tkn_${TKN_VERSION}_${OS}_${ARCH}.tar.gz | tar zxf - -C /usr/local/bin

# Copy tkn binary from build container
FROM alpine:3.20@sha256:77726ef6b57ddf65bb551896826ec38bc3e53f75cdde31354fbffb4f25238ebd
FROM alpine:3.20@sha256:0a4eaa0eecf5f8c050e5bba433f58c052be7587ee8af3e8b3910ef9ab5fbe9f5
LABEL maintainer "Tekton Authors <[email protected]>"
COPY --from=build /usr/local/bin/tkn /usr/local/bin/tkn

0 comments on commit 2b0d40a

Please sign in to comment.