Skip to content

Commit

Permalink
chore(deps): update golang docker tag to v1.21.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 7, 2023
1 parent 7abba02 commit be430ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/DownloadCounter/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# syntax=docker/dockerfile:1
FROM golang:1.21.1-bullseye@sha256:18f57bdd1d188ade1226471393b5c3ced4639c6c772fd94853ea7abd9eb158f7 AS build
FROM golang:1.21.2-bullseye@sha256:23ad9fe7915fab922c85c8ab34768c5fb58f10c20fdcce3c5b700cbffdb2ae78 AS build
WORKDIR /app

COPY go.mod go.sum ./
Expand Down

0 comments on commit be430ee

Please sign in to comment.