Skip to content

Commit

Permalink
Upgrade alpine to 3.18
Browse files Browse the repository at this point in the history
Signed-off-by: Toomore Chiang <[email protected]>
  • Loading branch information
toomore committed Jun 20, 2023
1 parent 90c7314 commit eced8cb
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.16.3-alpine3.13
FROM golang:1.20.5-alpine3.18
MAINTAINER Toomore Chiang <[email protected]>

WORKDIR /go/src/github.com/toomore/mailbox/
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile-min
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.13.5
FROM alpine:3.18.2
MAINTAINER Toomore Chiang <[email protected]>

WORKDIR /bin
Expand Down
4 changes: 2 additions & 2 deletions build-base.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/env bash
docker pull alpine:3.13.5
docker pull golang:1.16.3-alpine3.13
docker pull alpine:3.18.2
docker pull golang:1.20.5-alpine3.18
docker build -t toomore/mailbox:base ./

0 comments on commit eced8cb

Please sign in to comment.