Skip to content

Commit

Permalink
fix(docker): update base images
Browse files Browse the repository at this point in the history
  • Loading branch information
wizzardich committed Mar 30, 2024
1 parent 83bf7f0 commit dfa2337
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM golang:1.20-alpine as builder
FROM golang:1.22-alpine as builder

ENV SRC_DIR=/go/src/github.com/wizzardich/geek-reminder-bot/

Expand All @@ -13,7 +13,7 @@ COPY . $SRC_DIR

RUN go build -o /app/geek-reminder-bot

FROM golang:1.20-alpine
FROM golang:1.22-alpine

LABEL org.opencontainers.image.source="https://github.com/wizzardich/geek-reminder-bot" \
org.opencontainers.image.title="Geek Reminder Bot" \
Expand Down

0 comments on commit dfa2337

Please sign in to comment.