Skip to content

Commit

Permalink
Remove old cruft and bump container versions
Browse files Browse the repository at this point in the history
  • Loading branch information
nyonson committed Aug 20, 2024
1 parent 1e435f6 commit 953e4f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Containerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# syntax=docker/dockerfile:1.3

# Step 1 build binary
FROM docker.io/golang:1.20.2-alpine3.17 as builder
FROM docker.io/golang:1.22.6-alpine3.20 as builder

# Set working directory
WORKDIR /build
Expand All @@ -17,7 +17,7 @@ COPY . ./
RUN go build ./cmd/raiju/raiju.go

# Separate stage for final binary in order to minimize size of image
FROM docker.io/alpine:3.17
FROM docker.io/alpine:3.20

WORKDIR /

Expand Down
1 change: 0 additions & 1 deletion result

This file was deleted.

0 comments on commit 953e4f3

Please sign in to comment.