Skip to content

Commit

Permalink
Merge pull request #57 from markushinz/dependabot/docker/alpine-3.14.1
Browse files Browse the repository at this point in the history
Bump alpine from 3.14.0 to 3.14.1
  • Loading branch information
markushinz authored Aug 9, 2021
2 parents c3f0d42 + 5f50fb8 commit bbc2247
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 @@ -9,7 +9,7 @@ COPY e2e_test.go .
COPY pkg ./pkg
RUN go test -race -v ./...
RUN CGO_ENABLED=0 GOARCH=amd64 GOOS=linux go build -o /usr/local/bin/aws-ses-pop3-server
FROM alpine:3.14.0 as runner
FROM alpine:3.14.1 as runner
COPY --from=builder /usr/local/bin/aws-ses-pop3-server /usr/local/bin/aws-ses-pop3-server
RUN addgroup --gid 1767 appgroup && \
adduser --disabled-password --gecos '' --no-create-home -G appgroup --uid 1767 appuser
Expand Down

0 comments on commit bbc2247

Please sign in to comment.