Skip to content

Commit

Permalink
chore: bump golang from 1.20.5-alpine to 1.21.3-alpine (#69)
Browse files Browse the repository at this point in the history
Bumps golang from 1.20.5-alpine to 1.21.3-alpine.

---
updated-dependencies:
- dependency-name: golang
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored and jkjell committed Oct 27, 2023
1 parent c4ecbab commit 9a21a49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM golang:1.20.5-alpine AS build
FROM golang:1.21.3-alpine AS build
WORKDIR /src
RUN apk update && apk add --no-cache file git
ENV GOMODCACHE /root/.cache/gocache
Expand Down

0 comments on commit 9a21a49

Please sign in to comment.