Skip to content

Commit f13f085

Browse files
authored
Merge pull request #114 from containers/dependabot/docker/images/fedora/fedora-minimal-38
build(deps): bump fedora-minimal from 37 to 38 in /images/fedora
2 parents ed332f5 + cb00d80 commit f13f085

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

images/fedora/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414

15-
FROM registry.fedoraproject.org/fedora-minimal:37 AS build
15+
FROM registry.fedoraproject.org/fedora-minimal:38 AS build
1616
ARG GO_VERSION=go1.19.3
1717
ENV GOPATH="/go"
1818
ENV PATH="$GOPATH/bin:$PATH"
@@ -33,7 +33,7 @@ COPY . /work
3333

3434
RUN GO=${GO_VERSION} make
3535

36-
FROM registry.fedoraproject.org/fedora-minimal:37
36+
FROM registry.fedoraproject.org/fedora-minimal:38
3737

3838
# TODO(jaosorior): See if we can run this without root
3939
USER root

0 commit comments

Comments
 (0)